home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
BBS
/
TAPEDR42.ARJ
/
CALL-IT.DOC
< prev
next >
Wrap
Text File
|
1991-06-11
|
893b
|
30 lines
┌─────────────┐
│ CALL-IT │
└─────────────┘
CALL-IT will call a batch file from within another and avoid
a caller braking out of the second batch file and gaining access
to your BBS (DOS). This would be a bummer!!
To use CALL-IT just enter the full batch file name your calling from
within The batch after CALL-IT.
DOOR_E
CD\DOOR
TAPE41 TAPE41.CFG
IF EXIST POST.BAT GOTO DOIT
DOIT:
CALL-IT POST.BAT <<-- Must call the Full Bat name
DEL POST.BAT
CD\BBS
GOTO LOOP
DOOR_F
This program is free to do with as you wish.
Ray Tracey